home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / telecom / 119 / c / read.me < prev   
Encoding:
Text File  |  1987-04-16  |  1.1 KB  |  35 lines

  1. APSKEL2.C
  2. APSKEL2.DEF
  3. APSKEL2.H
  4. APSKEL2.MAK
  5. APSKEL2.PRG
  6. APSKEL2.RSC
  7.  
  8.     This is an application skeleton C GEM interface program written by MAST's
  9.     Bill LeDuc.  This was his object programming example program from February's
  10.     Programmers meeting.  Check it out.  Quite a bit of good code.
  11.  
  12.  
  13. CB.C
  14. CB.DOC
  15. CB.TTP
  16.  
  17.     A ported version of C Beautifier. This program takes a C souce
  18.     code as input and reformat it with several options, including
  19.     indentation, tab space, comment columns, etc. From a command 
  20.     shell program type CB with no argument to see instruction. C
  21.     source code included.  Make all of your source code beautiful with C 
  22.     formatting program.
  23.  
  24.  
  25. CCHECK.C
  26. CCHECK.MAN
  27. CCHECK.TTP
  28.  
  29.     This program runs through a C source file and tells you if your braces are
  30.     all lined up correctly.  It will also nail nasty errors like putting one
  31.     '=' where you wanted '=='  (It warns you of potential disaster)  A nice 
  32.     utility that was ported from a VAX.  (Compiled with Mark Williams C.  Source
  33.     is included).   This program is very complete for checking for possible
  34.     errors in C programs.
  35.